@extends('adminlte::page') @section('title_prefix', $staff2000_company->name.'|') @section('title', 'Staff V派遣先マスタ詳細') @section('content_header')

Staff V派遣先マスタ詳細

@stop @section('content')

Staff V契約リスト

@include('elements.list.staff2000_contract_list', ['staff2000_contracts' => $staff2000_company->staff2000_contracts])

{{ $staff2000_company->name }}

@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