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