@if (!empty($data->branch_id))
@if ($errors->has('branch_id'))
{{ $errors->first('branch_id') }}
@endif
@else
@if ($errors->has('branch_id'))
{{ $errors->first('branch_id') }}
@endif
@endif