@extends('backend.dashboard.layout.master') @section('content')
@if ($errors->any())
@endif

@if (isset($method) && $method == 'PUT') {{ translate('Edit Company') }} @else {{ translate('Create Company') }} @endif

@if (!isset($method)) @endif
@if(!isset($method))
@csrf @method('POST')
@endif
@csrf @if (isset($method)) @method('PUT') @endif

{{ translate('Company Information') }}


{{ translate('Allowed file types: png, jpg, jpeg.') }}
{{ translate('Back') }}
{{-- JS for image preview --}} @endsection