@extends('layouts.dashboard_2') @section('title', 'من نحن') @section('content')

من نحن

@if(Session::has('errors'))
    @foreach(Session::get('errors')->toArray() as $key => $item_err)
  • {{$item_err[0]}}
  • @endforeach
@endif
{{--
--}} {{-- --}} {{--
--}} {{-- --}} {{-- --}} {{-- --}} {{--
--}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{--
--}}
{{-- --}} @if(isset($data)) @foreach($data as $key => $item) {{-- --}} @endforeach @endif
العنوان العنوان الفرعيالصورةالعمليات
{{$item->title}} {{$item->description}} الصورة العمليات
@include('dashboard.includes.footer')
@stop @section('script') {{-- --}} {{-- --}} @stop