@extends('admin.layouts.master') @section('title') تعديل الحي السكني @endsection @section('styles') @endsection @section('page_header')

تعديل الحي السكني

@endsection @section('content')
{!! Form::model($region, ['method' => 'PATCH', 'url' => route('admin.regions.update', $region->id),'class' => 'form-horizontal form-row-seperated', 'files'=> 'true']) !!}

@lang('messages.information') الاحياء السكنية

@include('admin.regions._form')
{!! Form::close() !!}
@endsection @section('scripts') @endsection