@extends('Admin.master_layout.master') @section('title',getTitleInPage()) @section('header_menu') @parent @endsection @section('sidebar_menu') @parent @endsection @section('content')
Home
{{ getTitleInPage() }}
Add
{{ getTitleInPage() }} - Add
@foreach ($errors->all() as $error)
{{ $error }}
@endforeach
{{ getTitleInPage() }} - Add
Long title* :
Short title* :
Status :
Active
Inactive
Save
Cancel
@endsection @section('footer') @parent @endsection @section('extraa_script_and_js') @parent @endsection