@extends('layouts.app') @section('title', 'Ports') @php $breadcrumbs = [['label' => 'Masters', 'url' => '#'], ['label' => 'Ports']]; @endphp @section('content')

Ports Master

Manage ports records

@can('ports.create') New Ports @endcan
@endsection