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

Plants List

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