@extends('backend.layouts.master') @section('title', 'Edit Forum') @section('content')

Edit Forum

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