@extends('admin.layouts.masterlayout') @section('title') Edit Shop User @endsection @section('head_title') Shop Users @endsection @section('content')

Edit Shop User

Shop Users List / Edit Shop User

@csrf @method('PUT')

Shop User Detail

status) === 'active' ? 'checked' : '' }}>
@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
{{-- Hidden Fields --}}
Cancel
@endsection @section('script') @endsection