@extends('dashboard.layouts.master') @section('css') @endsection @section('breadcrumb')

عروض التخفيض

@endsection @section('content')
@foreach($data as $key=>$offer) @endforeach
{{trans('labels.name')}} {{trans('labels.students')}}
{{$offer['title']}} {{$offer['count']}}
@endsection @section('script') @endsection