@extends('company.layouts.master') @section('title', 'Main Page') @section('page-title', 'Main Page Details') @section('breadcrumbs')@endsection @section('content')

Main Page Details

Fill up your true details and submit the form.
@csrf @method('PUT')
Note: The file size should be less than 2MB. Note: Only files in .jpg, .jpeg, .png, .webp format can be uploaded. @if ($page->icon_image) icon @endif

Note: The file size should be less than 2MB. Note: Only files in .jpg, .jpeg, .png, .webp format can be uploaded. @if ($page->banner_image) banner @endif
Cancel
@endsection