@extends('admin::layouts.app') @section('content') @method('PUT') {{ __('master.fuel_master') }} {{ __('master.edit_fuel') }} {{ __('admin.submit') }} {{ __('static.cancel') }} {{ __('master.enter_the_details_below_to_update_fuel_for_english_language') }} {{ __('master.title') }} * {{ __('label.description') }} * {{ $fuel->description }} {{ __('master.enter_the_details_below_to_update_fuel_for_arabic_language') }} {{ __('master.title') }} * {{ __('label.description') }} * {{ $fuel->description_ar }} {{ __('admin.status_update') }} status == 'active' ? 'checked' : '' }}> {{ __('admin.active') }} status == 'inactive' ? 'checked' : '' }}> {{ __('admin.inactive') }} {{ __('master.select_fuel_file') }} {{-- {{ __('master.select_file_type') }} @foreach ($fileTypes as $type) type == $type ? 'selected' : '' }}> {{ ucfirst($type) }} @endforeach --}} {{ __('master.upload_image') }} @endsection @section('script') @endsection
{{ __('master.edit_fuel') }}