@extends(config('template.admin.view') . '.layout.layout') @if(isset($title)) @section('title', $title) @endif @section('content')
{{__('main.Home Companies')}}
@if($admin->hasPermission('finance-create')) @endif
{{__('main.Logo')}} {{__('main.Name')}} {{__('main.Company Name')}}
{{__('main.Logo')}} {{__('main.Name')}} {{__('main.Company Name')}}
@endsection @section('js') @parent @endsection