@extends('superAdmin.layouts.auth') @section('title') {{ env('APP_NAME') }} | Add Company @endsection @section('styles') @endsection @section('content')

Return to Companies

@if ($errors->any())
@endif

Add New Company

@csrf

Upload Admin Photo

@endsection @section('scripts') @endsection