@extends('adminlte::page')
@section('title_prefix', $staff2000_company->name.'|')
@section('title', 'Staff V派遣先マスタ詳細')
@section('content_header')
Staff V派遣先マスタ詳細
-
Home
-
Staff V派遣先マスタ一覧
- {{ $staff2000_company->name }}
@stop
@section('content')
@include('elements.list.staff2000_contract_list', ['staff2000_contracts' => $staff2000_company->staff2000_contracts])
@if(Gate::allows('contract_delete'))
{{ Form::open(['url' => 'staff2000_company/' . $staff2000_company->code, 'method' => 'DELETE']) }}
{{ Form::close() }}
@endif
@include('elements.staff2000_company')
@endsection
@push('css')
@endpush