@extends('adminlte::page') @section('content')

Adaugă contract

@csrf @if($errors->any())
{{ $errors->first() }}
@endif
@include('contracte.form')
@endsection