@extends('layouts.admin.admin') @section('title', 'Add a New City') @section('content') Add a New College Go Back @csrf @method('PUT') District Name name}}> Country @foreach ($countries as $country) country_id == $country->id) selected @endif>{{$country->country_name}} @endforeach State (Province) @if($college->state_id) {{$state->state_name}} @else @endif Status status == 'Active') selected @endif>Active status == 'Inactive') selected @endif>Inactive Update @endsection @section('page-specific-scripts') @endsection