@extends('layouts.dashboard_2') @section('title', 'Show Service') @section('content')

Show Service

Blog Details

العنوان :
{{$data->title}}
الوصف :
{!! $data->description !!}
الصورة :
@include('dashboard.includes.footer')
@stop @section('script') @stop