@extends('layouts.guest') @section('title', 'Axis Max Life - Photo Upload') @section('content')

Axis Max Life

Photo Upload Portal

@if(session('error'))
{{ session('error') }}
@endif @if($errors->any())
Whoops! Something went wrong.
@endif
@csrf

Please enter your branch code to start uploading photos

Maximum 5 images per branch | Max 5MB per image

@endsection