@extends('admin.layouts.app') @section('content')
@csrf @if ($action == 'payments')
@endif @if (in_array($action, ['profit', 'orders'])) @if ($action == 'orders')
@endif
@endif @if ($action == 'tickets')
@endif
@foreach ($yearList as $yearl) {{ $yearl }} @endforeach
@endsection @section('script') @endsection