@extends('layouts.app') @section('content')
@include('partials._alerts')
კომპანიის დამატება

@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif

@csrf
@endsection @push('css') @endpush @push('script') @endpush