@extends("layouts.user.app") @section("page-title") {{__("edit-reel")}} @endSection @section("page-nav-title")

{{__("reels")}}

{{__("all-reels")}}

@endsection @section("content")

{{__("edit-reel")}}

id)}}" enctype="multipart/form-data"> @csrf
@error("logo")
{{$message}}
@enderror
@if($reel->getFirstMediaFile("logo")) url}}" alt="" width="100px"> @endif

@foreach($types as $type) @endforeach
@error('type')
{{ $message }}
@enderror
@endsection @section("scripts") @endsection