@extends('admin.layouts.master') @section('title','Edit Previouspaper') @section('maincontent') @include('admin.layouts.topbar',$data) @if ($errors->any())
@endif
{{ __('Edit') }} {{ __('Previouspaper') }}
{{ csrf_field() }} {{ method_field('PUT') }}


- {{__('eg: zip or pdf files')}}
{{ __('Upload') }}



@endsection