@extends('portal.layouts.app', ['activePage' => 'upload', 'titlePage' => __('Upload Gallery')]) @section('content')
mail_outline

Upload Photos

@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf
@if(Auth::user()->role->name !== 'photographer')
@elseif(Auth::user()->role->name !== 'photographer') @endif
@if(Auth::user()->role->name == 'admin')
@endif
@endsection @section('script') @endsection @section('style') @endsection