@extends('layouts.admin') @push('script-page') @endpush @section('page-title') {{__('Contract Type')}} @endsection @section('title')
| {{__('Name')}} | @if(\Auth::user()->type=='company'){{__('Action')}} | @endif
|---|---|
| {{ $type->name }} | @if(\Auth::user()->type=='company')@endif |