@extends('backend.layouts.app') @section('title') Update Drawer Navigation @endsection @section('headerWithButton')

@yield('title')

@endsection @section('content')
@method('PUT') @csrf @include('backend.drawer-navigation.partials.form')
@endsection