@extends('adminlte::page') @section('css') @endsection @section('title', 'Reef | Comapny') @section('content')
{{ Session::get('error') }}
@endif{{ Session::get('message') }}
@endif @livewire('dashboard.companies.company-form', ['company' => $company])