@extends('layouts.admin') @section('title') @lang(ucfirst($section->name).' Section') @endsection @section('breadcrumb')

@lang(ucfirst($section->name).' Section')

@lang('Back')
@endsection @section('content')
@if ($section->content)
@lang(ucfirst($section->name).' Content')
@csrf
@if (@$section->content->image)
@lang('Image size : 700 x 570 px')
@endif
@endif
@endsection @push('script') @endpush