@extends('admin.layouts.master') @section('content') Add Delivery Info Check Existing Location Choose existing location... @foreach ($locations as $item) id) selected @endif> {{ $item->city }} - {{ $item->township }} - {{ $item->fees }} Ks @endforeach Add New or Update @csrf City @error('city') {{ $message }} @enderror Township @error('township') {{ $message }} @enderror Delivery Fees @error('deli_fees') {{ $message }} @enderror Save Update @endsection