@extends('layouts.admin') @section('content')
{{ trans('cruds.report.wetStock') }}
@if (count($fuels) != 0) @foreach ($fuels as $key => $value) @endforeach @else @endif
{{ trans('cruds.fuelStock.fields.fuel_type') }}  
{{$value}}
Record not avilable
{{ trans('cruds.fuelStock.fields.total_wet_stock') }}
{{ trans('global.reset') }}
{{ trans('global.total') }}
@include('exports.wetStock')
@endsection @section('scripts') @endsection