@extends('includes.layouts.admin') @section('page-title') Edit Custome @endsection @section('content')

Edit Custome

@csrf @method('PUT')
@error('title')
{{ $message }}
@enderror
Primary Address:
@endsection @section('scripts') @endsection