@extends('backend.layouts.master') @section('title', 'Joke Status | ' . $status->name) @section('content')

Edit Joke Status

{{ csrf_field() }} {!! method_field('patch') !!}
{{ $errors->first('name') }}
@endsection