@extends('layouts.theme') @section('title','Edit Company') @section('style') @endsection @section('content')
Edit Company
@include('alertsInfo')
@csrf
@foreach ($columns as $column)
@if ($errors->has($column))
{{ $errors->first($column) }}
@endif
@endforeach
Cancel
@endsection @section('script') @endsection