@extends('layouts.admin') @section('meta') {{trans('home.training_surveys')}} @endsection @section('content')
{{trans('home.training_surveys')}}

{{trans('home.table_contain_all_data_shortly_you_can_view_more_details')}}

@foreach($training_surveys as $training_survey) @endforeach
{{trans('home.id')}} {{trans('home.name_en')}} {{trans('home.name_ar')}} {{trans('home.type')}} {{trans('home.status')}}
{{$training_survey->survey->id}} {{$training_survey->survey->name_en}} {{$training_survey->survey->name_ar}} {{$training_survey->survey->survay_type}} @if($training_survey->survey->status == 1) {{trans('home.yes')}} @else {{trans('home.no')}} @endif
@endsection