@extends('layouts.master') @section('title', 'Law departments | Alboosh - Timeless authenticity, born of the desert') @section('title-topbar', __('basic.law departments')) @section('css') @endsection @section('fixedcontent') @if (Session::has('success'))

Sent Successfully

{{ Session::get('success') }}

@endif @endsection @section('content')
{{ __('basic.dashboard') }} | {{ __('basic.law departments') }}
{{ __('basic.new') }}
{{ __('basic.law departments') }}
@foreach ($errors->all() as $error)
{{ $error }}
@endforeach
@foreach ($main_item as $item) @endforeach
{{ __('basic.name') }} {{ __('basic.handle') }}
{{ $item->name }}
@endsection @section('js') @endsection