@extends('layout.layout') @section('title','Entity') @section('entity','active') @section('content')
Entity
List of entity Add Entity
Description Billable Status
@endsection {{-- this is the modal section where you can configure the content(modal-body and the modal-header) --}} {{-- the submit button is inside the layout --}} @section('modal-title') @endsection @section('modal-content')
@csrf
@endsection @section('scripts') @include('entity.script') @endsection