@extends('layouts.app') @section('content')

{{ trans('lang.edit_section') }}

@csrf @method('PUT')
@include('alerts.error_messages')
{{ trans('lang.edit_section') }}
@if ($section->icon && file_exists('storage/' . $section->icon)) icon}") }}" alt="{{ $section->icon }}" width="100" /> @endif
@if ($section->bg_image && file_exists('storage/' . $section->bg_image)) bg_image}") }}" alt="{{ $section->bg_image }}" width="100" /> @endif
{{-- {{ trans('lang.restaurant_category_help') }} --}}
{{ trans('lang.cancel') }}
@endsection @section('scripts') @endsection