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

@lang(ucfirst($section->name))

@lang('Back')
@endsection @section('content')
@if ($section->content)
@lang(ucfirst($section->name).' Content')
@csrf
@endif
@endsection