@extends('Layouts.Application') @section('MainContent')
Add User
@include('Layouts.FormValidationErrors') @include('Layouts.ErrorSuccessAndWarninMessages')
{!! csrf_field() !!}
8801
Role
@include ('includes.branch_names_for_filter_radio_box')
@if(count($allTblSecInstituteBranchVersion)) @foreach($allTblSecInstituteBranchVersion as $ibv)
institute_branch_version_id ? 'checked': '' }}>
@endforeach @endif
@endsection