@extends('admin.layouts.master') @section('title') اضافة الدول @endsection @section('styles') @endsection @section('page_header')

اضافة الدول

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

@lang('messages.information') الدول

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