@extends('layouts.member') @section('pageTitle',__('admin.department-settings')) @section('innerTitle') @lang('admin.department-settings') @endsection @section('breadcrumb')
  • @lang('admin.dashboard')
  • @lang('admin.department-settings')
  • @endsection @section('content')
    {{ csrf_field() }}
    @include ('member.settings.form', ['formMode' => 'create'])
    {!! $errors->first('picture', '

    :message

    ') !!}
    @if($department->picture)

    @lang('admin.delete') @lang('admin.picture') @endif
    @endsection @section('footer') @endsection @section('header') @endsection