@extends('admin.layouts.master') @section('content') @section('client','active') @section('title', 'Client') @section('client', 'active')

Client

@csrf

Client Info

{{ $errors->first('business_name') }}
{{ $errors->first('title') }}
{{ $errors->first('first_name') }}
{{ $errors->first('last_name') }}
{{ $errors->first('account_no') }}
{{ $errors->first('door_number') }}
{{ $errors->first('address') }}
{{--
{{ $errors->first('street_number') }}
--}}
{{ $errors->first('town') }}
{{ $errors->first('city') }}
{{ $errors->first('country') }}
{{ $errors->first('post_code') }}
(To Add Secondary Site)
{{ $errors->first('telephone_number') }}
{{ $errors->first('mobile_number') }}
{{ $errors->first('email') }}
{{ $errors->first('password') }}
{{ $errors->first('confirm_password') }}
{{--
--}}
@endsection @section('scriptcloning') @endsection