@extends('layouts.admin.admin') @section('title', 'Add a New City') @section('content') Add a New College Go Back @csrf College Name Country Choose country @foreach ($countries as $country) {{$country->country_name}} @endforeach State Status Active Inactive Save @endsection @section('page-specific-scripts') @endsection