@extends('admin.layout.app') {{-- makes everything from admin.app appear here --}} @section('heading', 'Edit Topbar') {{-- use end when there's only one parameter used --}} @section('main_content')
@csrf
Topbar Status :
{{-- Status --}}
General Icons :
{{-- Phone Icon and Text --}}
{{-- Email Icon and Text --}}
{{-- Hours Icon and Text --}}
{{-- Button Text and Link --}}
{{-- Submit Button --}}
@endsection