@extends('layouts.app') @section('content') @if(auth()->user()->user_type == 'admin' || in_array(auth()->user()->staff->role->name, ['Content and Design']))
Upload Main Banner
@endif @livewire('main-banner-list') @endsection