@extends('backend.layouts.master') @section('title', 'Joke Type | ' . $type->name) @section('styles') @endsection @section('scripts') @endsection @section('content')

Joke Type | {{ $type->name }}

Details
ID
{{ $type->id }}
Name
{{ $type->name }}
Slug
{{ $type->slug }}
Created
{{ $type->created_at->diffForHumans() }}
Last Updated
{{ $type->updated_at->diffForHumans() }}
Actions
Edit {!! csrf_field() !!} {!! method_field('delete') !!}
@endsection