@extends('admin.layout') @section('main')

{{ $title_description??'' }}

@if ($errors->has('user_id')) {{ $errors->first('user_id') }} @endif
@if ($errors->has('first_name')) {{ $errors->first('first_name') }} @endif
@if ($errors->has('last_name')) {{ $errors->first('last_name') }} @endif
@if ($errors->has('address1')) {{ $errors->first('address1') }} @endif
@if ($errors->has('address2')) {{ $errors->first('address2') }} @endif
@if ($errors->has('phone')) {{ $errors->first('phone') }} @endif
@if ($errors->has('status')) {{ $errors->first('status') }} @endif

@endsection @push('styles') @endpush @push('scripts') @endpush