@extends('layouts.app') @section('content')
@csrf

Edit Delivery Address

@if ($errors->has('name')) {{ $errors->first('name') }} @endif
@if ($errors->has('pin_code')) {{ $errors->first('pin_code') }} @endif
@endsection