@extends('layouts.admin') @section('content')
Region Details
{!! csrf_field() !!}
{{--
--}} {{--
--}} {{----}} {{----}} {{--
--}} {{--
--}}
@if ($errors->has('name')) {{ $errors->first('name') }} @endif
{{--
--}} {{--
--}} {{----}} {{----}} {{--@if ($errors->has('business_name'))--}} {{--{{ $errors->first('business_name') }}--}} {{--@endif--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{----}} {{----}} {{--@if ($errors->has('balance'))--}} {{--{{ $errors->first('balance') }}--}} {{--@endif--}} {{--
--}} {{--
--}}
@if(!empty($region)) {!! method_field('PUT') !!} @endif {{ csrf_field() }}
@endsection @section('footer-content') @endsection