@extends('layouts.admin', ['title' => 'تنظیمات - فاکتور رسمی']) @section('content')

تنظیمات - فاکتور رسمی


{{ $errors->first('offinvo_name') }}
{{ $errors->first('offinvo_encnum') }}
{{ $errors->first('offinvo_regnum') }}
{{ $errors->first('offinvo_provice') }}
{{ $errors->first('offinvo_city') }}
{{ $errors->first('offinvo_zipcode') }}
{{ $errors->first('offinvo_nationalcode') }}
{{ $errors->first('offinvo_address') }}
{{ $errors->first('offinvo_phone') }}

{{ session('message') }}

{{ session('error') }}

@stop @section('javascript') @stop