@extends('layouts.admin') @push('script-page') @endpush @section('page-title') {{ __('Contract Type') }} @endsection @section('title')
| {{ __('Name') }} | {{ __('Action') }} |
|---|---|
| {{ $type->name }} | @if (Gate::check('edit constant contract type') || Gate::check('delete constant contract type'))@can('edit constant contract type') @endcan @can('delete constant contract type') @endcan | @endif