@extends('layouts.admin') @section('title',$Title) @section('content')
@if($message = Session::get('errormsg')) @endif @if($message = Session::get('msg')) @endif
@csrf @method('PUT')
layout_type == '0') ? 'checked' : '' }}>
layout_type == '1') ? 'checked' : '' }}>
menu_type == '1') ? 'checked' : '' }}>
menu_type == '2') ? 'checked' : '' }}>
@if($errors->any())
{{$errors->first('parent_id',':message')}}
@endif
@if($errors->any())
{{$errors->first('name',':message')}}
@endif
@if($errors->any())
{{$errors->first('order_by',':message')}}
@endif
@if($errors->any())
{{$errors->first('type',':message')}}
@endif
@if($errors->any())
{{$errors->first('page_id',':message')}}
@endif
OR
@if($errors->any())
{{$errors->first('url',':message')}}
@endif
@endsection