@extends('layouts.admin') @section('title', 'Create Invoice') @section('page_heading', 'Create Invoice') @section('page_actions') Back to Invoices @endsection @section('content')
@csrf
@endsection