@include('header')
@csrf
@error('name') {{ $message }} @enderror
{{-- TAB 2 --}}
{{-- TAB 3 --}}
@include('footer')