@extends('layouts.dashboard_2')
@section('title', 'services')
@section('content')
@if(Session::has('errors'))
@foreach(Session::get('errors')->toArray() as $key => $item_err)
-
{{$item_err[0]}}
@endforeach
@endif
|
#
|
الاسم |
{{-- Description | --}}
الصورة |
العمليات |
@if(isset($data))
@foreach($data as $key => $item)
|
{{$key+1}}
|
{{$item->title}}
|
{{-- --}}
{{-- {!! $item->description !!}--}}
{{-- | --}}
}}) |
العمليات
|
@endforeach
@endif
@include('dashboard.includes.footer')
@stop
@section('script')
{{-- --}}
{{-- --}}
@stop