@extends('layouts.app') @section('styles') @endsection @section('content')
@csrf
{{-- start tap --}}
    {{-- header tap 1 --}}
  • {{-- header tap 2 --}}
{{-- tap 1 --}}
{{-- start input --}}
{{-- end input --}}
{{-- end tap 1 --}} {{-- tap 2 --}}
{{-- start input --}}
{{-- end input --}}
{{-- end tap 2 --}}
{{-- end tap --}}
@endsection @section('scripts') @endsection