@extends('template.app') @section('meta') @endsection @section('title') Department Update @endsection @section('styles') @endsection @section('content')
@csrf @method('PATCH')
branch_admin == 1) ? 'checked' : '' }}> Branch admin access
Back
@endsection @section('scripts') @endsection