@extends('out.auth_master') @section('styles') @endsection @section('content') Section Home {{ $title }} {{ $title }} @include('alert') @csrf Section Name * Section Image * @if(!empty($section['image'])) View image @endif Submit @include('out.other_footer') @endsection