@extends('layouts.master') @section('title') {{ __('sliders') }} @endsection @section('content')

{{ __('create') . ' ' . __('sliders') }}

{!! Form::text('link', null, ['class' => 'form-control','placeholder' => __('link')]) !!}
@if (isset($systemSettings['school_website_feature']) && $systemSettings['school_website_feature'] == 1)
@endif

{{ __('list') . ' ' . __('sliders') }}

{{ __('id') }} {{ __('no.') }} {{ __('image') }} {{ __('link') }} {{ __('type') }} {{ __('created_at') }} {{ __('updated_at') }} {{ __('action') }}
@endsection