@extends('layouts.adminlayouts.app') @section('title') Admin Users | Company Name @endsection @push('css') @endpush @section('contents') @include('alerts.alerts')
Add Slider
@csrf
@if ($errors->has('title'))

{{ $errors->first('title') }}

@endif
@if ($errors->has('link'))

{{ $errors->first('link') }}

@endif
@if ($errors->has('slider'))

{{ $errors->first('slider') }}

@endif
Slider All
@foreach($sliders as $i=>$slider) @endforeach
S:L Name Image Action
{{$i+1}} {{$slider->title}}
@if($slider->active==true) Active @else Inactive @endif
@if($slider->image_name==null) No Image @else @endif Edit Delete
Banner Setting
@if ($errors->has('banner'))

{{ $errors->first('banner') }}

@endif
@if ($errors->has('banner'))

{{ $errors->first('banner') }}

@endif
@endsection @push('js') @endpush