@extends('layouts.admin') @section('title', 'Institution Settings') @section('page-header')

Institution Settings

@endsection {{-- main content --}} @section('content')

Institution Settings

@csrf @method('PUT')
@error('institution_name')

{{ $message }}

@enderror
@error('head_of_institution')

{{ $message }}

@enderror
@error('phone')

{{ $message }}

@enderror
@error('email')

{{ $message }}

@enderror
@error('address')

{{ $message }}

@enderror

is_active) checked @endif />

N:T: Your institution will deactivated and you won'\t be able to access your information.

Back
@endsection {{-- extra css --}} @push('css') @endpush {{-- page extra js cdn --}} @push('js') @endpush {{-- extra js --}} @push('js') @endpush