@extends('admin.layouts.auth.master') @include('admin.components.select.select2.index') @section('content')

{{ $title }}

@include('flash::message')
@csrf
@include('lawyer::admin.lawyers.form')
@endsection