@extends('backend.layout') @section('content')
@if ($errors->any())
@foreach ($errors->all() as $error)
{{ $error }}
@endforeach
@endif @if (Session::has('success'))
×
{{ Session::get('success') }}
@endif
@csrf
Edit Business
Company Name
Display Name
Phone Number
CR Number
Vat Number
Point Value
Address
@endsection