@extends('layouts.master-vnext') @section('page-title') Manage special time types @endsection @section('content')
@foreach($types as $type) @endforeach
Name
{{ $type->name }} edit
{!! csrf_field() !!} {!! method_field('DELETE') !!}
@endsection