@extends('layouts.app',[
'page_header' => 'عملاؤنا',
'page_description' => 'عميل جديد'
])
@section('content')
{!! Form::model($model,[
'action'=>'OurClientController@store',
'id'=>'myForm',
'role'=>'form',
'method'=>'POST',
'files' => true
])!!}
@include('admin.our_clients.form')
{!! Form::close()!!}
@endsection