@extends('admin.layouts.master') @section('title', 'Feature Setting - Admin') @section('maincontent') @include('admin.layouts.topbar',$data)
@if ($errors->any()) @endif
{{ __('Feature Setting') }}
@csrf
{{ __('Please enter tittle!') }}.
{{ __('Please enter description!') }}.
{{ __('Upload') }}
@if($feasetting['image'] !== NULL && $feasetting['image'] !== '') @else course @endif
@endsection