@extends('layouts/contentLayoutMaster') @section('title', 'Plant Collection Points') @section('vendor-style') {{-- vendor css files --}} @endsection @section('page-style') @endsection @section('content')

Add Plant Collection Point

@csrf
@error('district_id') {{ $message }} @enderror
@error('tehsil_id') {{ $message }} @enderror
@error('latitude') {{ $message }} @enderror
@error('longitude') {{ $message }} @enderror
@error('address') {{ $message }} @enderror
@include('content._partials._sections.add_bank')
No. Name Capacity Installation Date
No. Name Installation Date
Cancel
@endsection @section('vendor-script') @endsection @section('page-script') {{-- --}} @endsection