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