@extends('admin.admin-layouts.master') @section('content')

{{__('Update Lead')}}

@csrf @method('put') @include('admin.client._form')
@endsection