@extends('admin.layouts.app') @section('title') اضافه @endsection @section('header') @endsection @section('breadcrumb') @php($breadcrumbs=['ملفات الاقسام'=>route('departments-files.index'),'اضافه'=>route('departments-files.create')]) @includeWhen(isset($breadcrumbs),'admin.layouts._breadcrumb', ['breadcrumbs' =>$breadcrumbs ]) @endsection @section('content')

اضافه

{!! Form::open(['method'=>'post','route'=>'departments-files.store','files'=>'true','class'=>'m-form m-form--fit m-form--label-align-right'])!!} @include('admin.departments_files._form')
{!!Form::close()!!}
@endsection @section('scripts') @endsection