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