@extends('core::layouts.master') @section('title') {{ trans_choice('core::general.add',1) }} {{ trans_choice('core::general.branch',1) }} @endsection @section('content')
{{ trans_choice('core::general.add',1) }}{{ trans_choice('core::general.branch',1) }} {{ trans_choice('core::general.back',1) }}
{{csrf_field()}}
@error('name') {{ $message }} @enderror
@error('name_kh') {{ $message }} @enderror
@error('open_date') {{ $message }} @enderror
@error('notes') {{ $message }} @enderror
@error('active') {{ $message }} @enderror
@foreach($custom_fields as $custom_field)