@extends('admin.layouts.master') @section('title', 'Service - Admin') @section('maincontent') @component('components.breadcumb',['thirdactive' => 'active']) @slot('heading') {{ __('Service') }} @endslot @slot('menu1') {{ __('Front Settings') }} @endslot @slot('menu2') {{ __('Service') }} @endslot @slot('button')
{{ __("Add Service")}}
@endslot @endcomponent
@if ($errors->any()) @endif
{{ __('Services')}}
@foreach($service as $data) @endforeach
# {{ __('Image') }} {{ __('Title') }} {{ __('Detail') }} {{ __('Status') }} {{ __('Action') }}
1 {{$data->title}} {{$data->detail}}
@endsection