@include('Admin.Includes.header') @php use Illuminate\Support\Facades\Auth; $logged_in_user = Auth::user(); @endphp
@csrf

Website Header Builder

Changes will be applied to the Product Website when you click the 'Save' button

@if (Session::has('permissions') && in_array('Save Header', Session::get('permissions')))
@endif
@include('Admin.Includes.footer')