@extends('admin.layout.app') @section('body')

{{ __('admin.add_university') }}

{{ __('admin.back') }}
@if ($errors->any())
@endif
@csrf
@endsection