@extends('admin.layouts.app') @section('content') @include('admin.layouts.partial.toolbar', ['breadcrumb' => 'Add Client User']);
Client Details
@foreach ($client->columns as $key => $value) @endforeach
Shop ID: {{ $client->ShopID }}
Shop Name: {{ $client->ShopName }}
{{ $key }}: {{ $value }}

Create User

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