@extends('admin.layouts.master') @section('content') @if ($errors->any())
@endif

Star Details

@csrf @if(isset($star)) @method('PUT') @endif
@if(!empty($star->photo))
@endif
@endsection