@extends('layouts.admin') @section('content')
{{ trans('global.add') }} {{ trans('cruds.sheelCard.title_singular') }}
@csrf
@if($errors->has('date'))
{{ $errors->first('date') }}
@endif {{ trans('cruds.sheelCard.fields.date_helper') }}
@if($errors->has('type'))
{{ $errors->first('type') }}
@endif {{ trans('cruds.sheelCard.fields.type_helper') }}
@foreach ($fuel as $key => $value) @endforeach @foreach ($fuel as $key => $value) @endforeach
{{ trans('cruds.sheelCard.fields.ticket_no') }} {{ trans('cruds.sheelCard.fields.card_no') }}{{$value}}
@endsection @section('scripts') @endsection