@extends('admin.layouts.main') @php $page_name = 'Microsite'; @endphp @section('style') @endsection @section('content')

{{ $edit ? 'Edit' : 'Add' }} {{ $page_name }}

@if ($edit) @endif @csrf
@if (!$edit)
Upload logo (Recommended size: 500x500 px, Maximum size: 5MB).
@endif
@endsection @section('script') @endsection