@extends('frontend.layouts.noipunno') @section('content')

প্রতিষ্ঠানের তথ্য পরিবর্তন

{{-- main logo --}}
@method('PUT') @csrf
@if ($errors->has('eiin')) {{ $errors->first('eiin') }} @endif
@if ($errors->has('institute_name_bn')) {{ $errors->first('institute_name_bn') }} @endif
@if ($errors->has('institute_name')) {{ $errors->first('institute_name') }} @endif
{{-- --}} @if ($errors->has('category')) {{ $errors->first('category') }} @endif
@if ($errors->has('phone')) {{ $errors->first('phone') }} @endif
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@if ($errors->has('board_uid')) {{ $errors->first('board_uid') }} @endif
@if ($institute->is_foreign == 1)
@if ($errors->has('country')) {{ $errors->first('country') }} @endif
@if ($errors->has('state')) {{ $errors->first('state') }} @endif
@if ($errors->has('city')) {{ $errors->first('city') }} @endif
@if ($errors->has('zip_code')) {{ $errors->first('zip_code') }} @endif
@else
@if ($errors->has('division_id')) {{ $errors->first('division_id') }} @endif
@if ($errors->has('district_id')) {{ $errors->first('district_id') }} @endif
@if ($errors->has('upazila_id')) {{ $errors->first('upazila_id') }} @endif
@endif
@if ($errors->has('head_caid')) {{ $errors->first('head_caid') }} @endif
@if (@$institute->logo)
Main logo
@endif
@endsection @section('custom-js') @endsection