@extends('admin.layouts.master') @section('content')
All Contractor Edit
@if(session('success'))
{{session('success')}}
@endif
@csrf
@if($errors->has('name')) {{$errors->first('name')}} @endif
{{--
{{$errors->first('public_holiday_pay')}}
{{$errors->first('sat_pay')}}
{{$errors->first('sun_pay')}}
--}} @foreach ($contractor->shift_types as $shifttypes)
@endforeach {{-- @foreach ($shifttype as $shifttypes2)
@endforeach --}}
Cancel
@endsection