@extends('site.layout.layout') @section('url'){{URL::to('/')}}/TrainingCourses @stop @section('title') الدورات التدريبية @stop @section('image') @stop @section('description'){{\App\Http\Helpers\Helpers::stringReplace('الدورات التدريبية ')}} @stop @section('css') @endsection @section('content')

الدورات التدريبية

@include('site.sub.table_training_courses')
@endsection @section('js') @endsection