@extends('layouts.master') @section('title') {{__('sidebar.awards_list')}} @endsection @section('css') @endsection @section('body') @endsection @section('content') @component('components.breadcrumb') @slot('page_title') {{__('sidebar.awards_list')}} @endslot @slot('subtitle') {{__('sidebar.awards')}} @endslot @endcomponent
@foreach ($awards_list as $item)

{{__("genral.delete_msg")}}


@csrf {{-- @method('delete') --}}

@endforeach
# {{__('genral.image')}} {{__('genral.data_price')}} {{__('genral.action')}}
{{$item->id}} {{$item->data}}
@endsection @section('scripts') @endsection