@extends('admin.layouts.master') @section('title', 'Services - Admin') @section('maincontent') @include('admin.layouts.topbar',$data)
@if ($errors->any()) @endif
{{ __('Services')}}
@foreach($service as $data) @endforeach
# {{ __('Image') }} {{ __('Service') }} {{ __('Details') }} {{ __('Status') }} {{ __('Action') }}
1 {{$data->title}} {{$data->detail}} @if( $data->status == 1) {{ __('Active') }} @else @endif
@endsection