@extends('dashboard.layouts.master')
@section('title')
Opet dashboard
@endsection
@section('content')
@include('dashboard.layouts.nav')
@include('dashboard.layouts.aside')
@if(Session::has('success'))
{{Session::get('success')}}
@endif
@if(Session::has('errors'))
{{Session::get('errors')}}
@endif
| # |
Title En |
Title Ar |
Action |
@if(@isset($data) && !@empty($data))
@foreach( $data as $index => $info)
| {{$index +1 }} |
{{$info->title_en}}
|
{{$info->title_ar}}
|
Elements
Images
Edit
Delete
|
@endforeach
@else
| No Data |
@endif
@endsection