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