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

@lang('admin.sliders')

@if(auth()->user()->hasPermission('create_'.$title)) @lang('admin.'.$title) @else @endif
@endsection @push('js') @endpush