@extends('admin.layouts.app') @section('content')
@can('phase-create') @endcan
@include('admin.phase.table')
@push('js') @endpush @endsection