@extends('site.layout.layout') @section('url'){{URL::to('/')}}/university/{{ $data['university']->id }} @stop @section('title'){{ $data['university']->title_ar }} @stop @section('image'){{URL::to('/')}}/img/750x500/{{ $data['university']->photo }} @stop @section('description'){{\App\Http\Helpers\Helpers::stringReplace($data['university']->details_ar)}} @stop @section('css') @endsection @section('content')

{{ $data['university']->title_ar }}

@foreach ($data['courses'] as $item)
@endforeach {{-- لو اصبح هناك دورات مجانية --}} {{-- مجاناً --}} {{-- لو اصبح هناك خصومات --}} {{-- $69.00$45.00 --}}
{!! $data['courses']->render() !!}
@endsection @section('js') @endsection