@extends('admin.layouts.master') @section('content')

Add new Slide

{{csrf_field()}}
image
@foreach(config('translatable.locales') as $locale)
{{trans('sidebar.title')}} {{$locale}}
@endforeach @foreach(config('translatable.locales') as $locale)
{{trans('sidebar.sub_title')}} {{$locale}}
@endforeach
@endsection