@extends('layouts.admin.app') @section('title', translate('gas List')) @push('css_or_js') @endpush @section('content')

{{translate('gas_List')}}

{{ $gass->total() }}
@foreach($gass as $key=>$gas) @endforeach
{{translate('SL')}} {{translate('gas_name')}} {{translate('Gas price')}} {{translate('status')}} {{translate('action')}}
{{$gass->firstitem()+$key}} {{ \App\CentralLogics\Helpers::set_symbol($gas['price']) }}
@csrf @method('delete')
{!! $gass->links() !!}
@endsection @push('script_2') @endpush