@extends('layouts.app') @section('title') @lang('dashboard.all_specials') @endsection @section('vendor_css') @endsection @section('page_level_css') @endsection @section('content')
@foreach ($specials as $special) @endforeach
@lang('dashboard.name') @lang('dashboard.created_by') @lang('dashboard.created_at') @lang('dashboard.options')
{{ $special->name }} {{ $special->user->name }} {{ $special->created_at }}
{{method_field('DELETE')}} {{ csrf_field() }}
@lang('dashboard.name') @lang('dashboard.created_by') @lang('dashboard.created_at') @lang('dashboard.options')
@endsection @section('page_vendor_js') @endsection @section('page_level_js') @endsection