@extends('layouts.admin') @section('content')
{{ trans('global.edit') }} {{ trans('cruds.college.title_singular') }}
id]) }}" enctype="multipart/form-data"> @method('PUT') @csrf
@if($errors->has('state')) {{ $errors->first('state') }} @endif {{ trans('cruds.college.fields.state_helper') }}
@if($errors->has('city')) {{ $errors->first('city') }} @endif {{ trans('cruds.college.fields.city_helper') }}
@if($errors->has('name')) {{ $errors->first('name') }} @endif {{ trans('cruds.college.fields.name_helper') }}
@if($errors->has('logo')) {{ $errors->first('logo') }} @endif {{ trans('cruds.college.fields.logo_helper') }}
@if($errors->has('status')) {{ $errors->first('status') }} @endif {{ trans('cruds.college.fields.status_helper') }}
@endsection @section('scripts') @endsection