@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 Code Name * Categories * Select Category @foreach ($categories as $category) _id ? 'selected' : '' }}> {{ $category->category_name }} @endforeach FFL's Collection Point? Type Yes No Chiller & Generator FFL Owned? Choose option Yes No Plant * Select Plant @foreach ($plants as $value) id ? 'selected' : '' }}> {{ $value->name }} @endforeach Location Details Chiller Details Generators District District @foreach ($districts as $district) {{ $district->name }} @endforeach @error('district_id') {{ $message }} @enderror Tehsil Tehsil @error('tehsil_id') {{ $message }} @enderror Lattitude @error('latitude') {{ $message }} @enderror Longitude @error('longitude') {{ $message }} @enderror Location * @error('address') {{ $message }} @enderror Current Location @include('content._partials._sections.add_bank') No. Name Capacity Installation Date No. Name Installation Date Submit Reset Cancel Add Generator Generators Select generator @foreach ($generators as $generator) {{ $generator->name }} @endforeach Installation Date Add Close Add Chiller Chillers Select chiller @foreach ($chillers as $chiller) {{ $chiller->name }} @endforeach Installation Date Add Close @endsection @section('vendor-script') @endsection @section('page-script') {{-- --}} @endsection