@extends('layouts.master') @section('title', 'Edit Lawyer - Prolex Law Firm') @section('content')

Edit Lawyer

@if(session('success'))
{{ session('success') }}
@endif
Back to Lawyer Management
@csrf @method('PUT')

Lawyer Information

@endsection