@extends('admin.layouts.master') @section('title') اضافة الحي السكني @endsection @section('styles') @endsection @section('page_header')

اضافة الحي السكني

@endsection @section('content')
{!! Form::open([ 'url' => route('admin.regions.store'), 'class' => 'form-horizontal form-row-seperated parsley-examples', 'files'=> 'true']) !!}

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

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