@php use App\Models\Repository;use Illuminate\Support\MessageBag; /** * @var Repository $repository * @var MessageBag $errors */ @endphp @extends('layout.base_layout') @section('content') @include('layout.sidebar_nav')

{{$repository->title}} Edit Repository

@can('delete_repositories')
@csrf
@endcan
@if ($errors->any())
Whoops! There were some problems with your input.

@endif
@csrf
Cancel
@endsection