@extends('admin.layout.app') @section('body')

Add Company Expense

@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf
Cancel
@endsection