@extends ('backend.layouts.app') @section ('title', __('mobilegallery::labels.backend.mobilegallery.management') . ' | ' . __('mobilegallery::labels.backend.mobilegallery.edit')) @section('breadcrumb-links') @include('mobilegallery::includes.breadcrumb-links') @endsection @push('after-styles') @endpush @section('content') {{ html()->modelForm($mobilegallery, 'PATCH', route('admin.mobilegallery.update', $mobilegallery->id))->class('form-horizontal')->open() }}