@extends('layouts.digitar') @section('Breadcrumbs') {!! Breadcrumbs::render('typesOfAttendance.edit') !!} @endsection @section('content')
@include('common.errors')
{!! Form::model($types_of_attendance, ['route' => ['typesOfAttendance.update', $types_of_attendance->id], 'method' => 'patch','files' => true]) !!} @include('typesOfAttendance.fields') {!! Form::close() !!}
@endsection