@include('coach.layouts.navbar')
Edit Institute
@if(Session::has('error'))

{{ Session::get('error') }}

@endif @if(Session::has('success'))

{{ Session::get('success') }}

@endif
@csrf @method('patch')
@if($errors->has('guid'))
{{ str_replace("guid","guid",$errors->first('guid')) }}
@endif
@if($errors->has('guid'))
{{ str_replace("guid","guid",$errors->first('guid')) }}
@endif
@if($errors->has('country'))
{{ str_replace("country","country",$errors->first('country')) }}
@endif
@if($errors->has('provine'))
{{ str_replace("provine","provine",$errors->first('provine')) }}
@endif
@if($errors->has('city'))
{{ str_replace("city","city",$errors->first('city')) }}
@endif
@if($errors->has('institute_name'))
{{ str_replace("institute_name","institute name",$errors->first('institute_name')) }}
@endif
@if($errors->has('institute_code'))
{{ str_replace("institute_code","institute CODE",$errors->first('institute_code')) }}
@endif
@if($errors->has('institute_type'))
{{ str_replace("institute_type","institute type",$errors->first('institute_type')) }}
@endif
@if($errors->has('institute_description'))
{{ str_replace("institute_description","institute description ",$errors->first('institute_description')) }}
@endif
@if($errors->has('institute_address'))
{{ str_replace("institute_address","institute address ",$errors->first('institute_address')) }}
@endif
@if($errors->has('college_link'))
{{ str_replace("college_link","college link",$errors->first('college_link')) }}
@endif