@extends('layouts.admin.admin') @section('title', 'Add a New City') @section('content')
Add a New College
Go Back
@csrf @method('PUT')
name}}>
@if($college->state_id) @else @endif
@endsection @section('page-specific-scripts') @endsection