Settings > Others Settings

@if(Session::has('message')) @endif
{!! Form::open(['url'=>'others','files'=>true]) !!}
@if($product_unit->count()) @foreach($product_unit as $key=>$row)
@if(!$key) @else @endif
@endforeach @else
@endif
{!! Form::close() !!}
{{--
{!! Form::open(['url'=>'expense','files'=>true]) !!}
@if($utility_title->count()) @foreach($utility_title as $key=>$row)
@if(!$key) @else @endif
@endforeach @else
@endif
{!! Form::close() !!}
--}} {{--
{!! Form::open(['url'=>'expense','files'=>true]) !!}
@if($team->count()) @foreach($team as $key=>$row)
@if(!$key) @else @endif
@endforeach @else
@endif
{!! Form::close() !!}
--}}