@extends('layout.page-app') @section('page_title','Add Transaction') @section('content') @include('layout.sidebar')
@include('layout.header')

@yield('title')

@csrf
Clear

User List

@endsection @section('pagescript') @endsection