@extends('admin.layout.master') @section('content') @section('client', 'active') @section('title', 'Client')
Add Client
@csrf
{{ $errors->first('name') }}
{{ $errors->first('email') }}
{{ $errors->first('phone_no') }}
@endsection @push('script') @endpush