@extends('Layouts.adminLayout') @section('title') {{__('Insert Slider')}} @endsection @section('breadcrumb')
@endsection @section('content')
{{__('Insert Slider')}}
@CSRF
@if ($errors->has('lang'))
{{ $errors->first('lang') }}
@endif
@if ($errors->has('title')) @endif
@if ($errors->has('file')) @endif
@if ($errors->has('link')) @endif
@endsection