@extends('layouts.admin') @section('pageTitle',__('admin.departments')) @section('innerTitle') @lang('site.create-new') {{ ucfirst(__('admin.department')) }} @endsection @section('breadcrumb') @endsection @section('content')
{{ csrf_field() }} @include ('admin.departments.form', ['formMode' => 'create'])
@foreach(\App\Category::get() as $category)
@endforeach
{!! $errors->first('picture', '

:message

') !!}

@endsection @section('footer') @endsection @section('header') @endsection