@extends('layouts.master') @section('title') Add Transaction: {{ $first_name }} {{ $last_name }} @endsection @section('content.header.title') Add new transaction @endsection @section('content')
@csrf
@endsection('content') @section('javascript') @endsection