@extends('layouts.admin') @section('title') @lang(ucfirst($section->name).' Section') @endsection @section('breadcrumb') @lang(ucfirst($section->name).' Section') @lang('Back') @endsection @section('content') @if(is_array($section->sub_content))