@extends('admin.layout.master') @section('page_title',ucfirst($type).'s') @section('title','Edit '.ucfirst($type)) @section('container') @if(Session::has('message'))
{{ Session::get('message') }}
@endif @if (Session::has('errors'))
@foreach ($errors->all() as $error) {{ $error }}
@endforeach
@endif Back

{{csrf_field()}}
View
Title
Slug
(for url)
Body
SEO Keywords
SEO Descriptions
 
{{csrf_field()}}
@endsection