@extends('layouts.app') @section('title', __('Manage Pincode')) @section('content')

Manage Pincode

@component('components.widget', ['class' => 'box-primary'])
@csrf

Pincode Listing

SL No. Location Pin Code Area Name Action
@endcomponent {!! Form::close() !!}
@endsection @section('javascript') @php $asset_v = env('APP_VERSION'); @endphp @endsection