@extends('layouts.app') @section('title', 'Yeni Firma') @section('content')
@csrf @include('panel.companies._form')
@endsection