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

Plant Collection Points

@can('Create Collection Points') Add New @endcan
@if ($message = Session::get('success'))
@endif
No. Code Name Plant Is FFL owned? Category Status Action
@endsection @section('vendor-script') {{-- vendor files table data --}} @endsection @section('page-script') @endsection