@extends('main') @section('content')
Frames
@foreach ($frames as $frame)
featured==1) checked @endif>
{{$frame->title}}
status==0) checked @endif>
@method('DELETE') @csrf
@endforeach
{{ $frames->links() }}
@endsection