@extends('dashboard.layouts.master') @section('title') @endsection @section('css') @include('dashboard.layouts.css') @endsection @section('body')
@if ($errors->any())
@endif
{{-- --}}
@foreach ($titles as $title) @endforeach
# العنوان اسم الصفحة العمليـــــات
{{ $i }} {{ $title->title }} {{ $title->page_name }} {{-- --}}
@include('dashboard.pages.positionslider.add') @endsection @section('js') @include('dashboard.layouts.js') @endsection