@extends('layouts.master') @section('css') @endsection @section('title') تعديل فاتورة @stop @section('page-header') @endsection @section('content') @if (session()->has('edit')) @endif
{{ method_field('patch') }} {{ csrf_field() }} {{-- 1 --}}
{{-- 2 --}}
{{-- 3 --}}
{{-- 4 --}}
{{-- 5 --}}

@endsection @section('js') @endsection