@extends('dashboard.inc.layout') @section('title', ($type == 'main') ? 'სლაიდის დამატება' : 'სლოგანის დამატება') @section('content')

{{ ($type == 'main') ? 'სლაიდის დამატება' : 'სლოგანის დამატება' }}

უკან დაბრუნება
@include('dashboard.inc.message') @include('dashboard.inc.errors')
{{ csrf_field() }}
@foreach(LaravelLocalization::getLocalesOrder() as $_key => $_lang)
@endforeach @if($type == 'main')
@endif

@stop