@extends('layouts.app') @section('title', __('Manage Pincode')) @section('content') Manage Pincode @component('components.widget', ['class' => 'box-primary']) @csrf Select Location: Select Location @foreach($businessLocation as $businessLoc) {{$businessLoc->name}}({{$businessLoc->location_id}}) @endforeach Pin Code: Area Name: Add Pincode Listing SL No. Location Pin Code Area Name Action @endcomponent {!! Form::close() !!} @endsection @section('javascript') @php $asset_v = env('APP_VERSION'); @endphp @endsection