@extends('adminlte::page') @section('content') @if ($message = Session::get('success'))

{{ $message }}

@endif
Create @if($cards->count()>0) @foreach($cards as $card) @endforeach
Card Carrier Driver Unit Nr Edit Delete
{{$card->card}} {{$card->carrier->name}} {{$card->driver}} {{$card->unit_nr}} Edit
@csrf @method('DELETE')
@else

There are no cards defined yet!

@endif
@if(count($petro_canada_savings)>0) @foreach($petro_canada_savings as $savings) @endforeach
Date from Date to Savings Edit Delete
{{$savings->date_from}} {{$savings->date_to}} {{$savings->savings}} Edit
@csrf @method('DELETE')
@else

There are no savings created!

@endif
@stop @section('css') @stop @section('js') @stop